'Declaration
<DispIdAttribute(13)> Property VerticalTextAlignment As TextAlignment
[DispId(13)] TextAlignment VerticalTextAlignment {get; set;}
read-write property VerticalTextAlignment: TextAlignment;
DispIdAttribute(13) function get,set VerticalTextAlignment : TextAlignment
[DispId(13)] __property TextAlignment get_VerticalTextAlignment(); __property void set_VerticalTextAlignment( TextAlignment value );
[DispId(13)] property TextAlignment VerticalTextAlignment { TextAlignment get(); void set ( TextAlignment value); }